|
|
@@ -1,17 +1,17 @@
|
|
1
|
|
-# PasteTab
|
|
2
|
|
-
|
|
3
|
|
-## Introduction
|
|
4
|
|
-
|
|
5
|
|
-> A minimalist (8K) chrome extension that output the clipboard to a new tab
|
|
6
|
|
-
|
|
7
|
|
-## Building
|
|
8
|
|
-
|
|
9
|
|
-> To pack the extension :
|
|
10
|
|
-
|
|
11
|
|
-```
|
|
12
|
|
-./pack src/ key.pem
|
|
13
|
|
-```
|
|
14
|
|
-
|
|
15
|
|
-## Installation
|
|
16
|
|
-
|
|
17
|
|
-You can install it on chrome/chromium from the `chrome://extensions` panel by specify the src dir or the `.crx` file.
|
|
|
1
|
+# PasteTab
|
|
|
2
|
+
|
|
|
3
|
+## Introduction
|
|
|
4
|
+
|
|
|
5
|
+> A minimalist (8K) chrome extension that output the clipboard to a new tab
|
|
|
6
|
+
|
|
|
7
|
+## Building
|
|
|
8
|
+
|
|
|
9
|
+> You can repack the extension with the community script from https://developer.chrome.com/extensions/crx#scripts:
|
|
|
10
|
+
|
|
|
11
|
+```
|
|
|
12
|
+./pack src/ key.pem
|
|
|
13
|
+```
|
|
|
14
|
+
|
|
|
15
|
+## Installation
|
|
|
16
|
+
|
|
|
17
|
+> You can install it on chrome/chromium from the `chrome://extensions` panel by specify the `src` dir or the `PasteTab.crx` file.
|