ClipIt
This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.
Co je ClipIt?
ClipIt je rozšíření Chrome vyvinuté Mayank Bhardwaj, a jeho hlavní funkcí je „This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ClipIt
Stáhněte si soubory rozšíření ClipIt ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This is a simple note clipper extension app that helps you to save the import text you come across while reading a webpage.
After selecting the text you want clip the right click menu option shows a ClipIt option. This option clips the text and adds it over the clipboard popup which can be accessed from the top right of the browser.
This popup acts as a clipboard to see your recently clipped notes.
You can export the notes using "Export Notes" into a text file. You may want to clear all the notes over the clipboard whenever you want a fresh clipboard. This could be done through "Clear Notes" option. Základní Informace o Rozšíření
| Název | |
| ID | jgmemodiapblpagmpfdkpjinbhfkpife |
| Oficiální URL | https://chromewebstore.google.com/detail/clipit/jgmemodiapblpagmpfdkpjinbhfkpife |
| Popis | This chrome extension clips the selected text on the webpage. These clips can be saved into a text file. |
| Velikost souboru | 39.73 KB |
| Počet instalací | 1,618 |
| Aktuální Verze | 1.0 |
| Poslední Aktualizace | 2018-06-20 |
| Datum Vydání | 2018-06-20 |
| Hodnocení | 4.67/5 Celkem 3 Hodnocení |
| Vývojář | Mayank Bhardwaj |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ClipIt",
"version": "1.0",
"description": "This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.",
"icons": {
"48": "icons\/clipit48.png",
"128": "icons\/clipit128.png"
},
"browser_action": {
"default_icon": "icons\/clipit128.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"permissions": [
"storage",
"notifications",
"contextMenus"
]
} | |