Clip Page
See the Web to gather clips.
Cos'è Clip Page?
Clip Page è un'estensione di Chrome sviluppata da GGamagidev, e la sua funzione principale è "See the Web to gather clips.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clip Page
Scarica i file di estensione Clip Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Display together with a clip of a Web page.
You can see in the collectively fragmentary information of multiple Web.
This is useful when you see at once the list of 2-3 pages.
Selected a long clip of the scissors, and the lower truncated easily.(screen shot 4th~5th)
To select the list that illuminates with a clip, please use the Ctrl + left mouse button or middle mouse button.
(Command + left mouse button on mac.) Informazioni di Base sull'Estensione
| Nome | |
| ID | mjapkjdghebpeepcmlhokcbpeihggkih |
| URL Ufficiale | https://chromewebstore.google.com/detail/clip-page/mjapkjdghebpeepcmlhokcbpeihggkih |
| Descrizione | See the Web to gather clips. |
| Dimensione del File | 152 KB |
| Conteggio Installazioni | 65 |
| Versione Corrente | 0.9.3 |
| Ultimo Aggiornamento | 2014-01-13 |
| Data di Pubblicazione | 2014-01-12 |
| Sviluppatore | GGamagidev |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://ggamagidev.blogspot.com |
| URL della Pagina di Aiuto | http://ggamagidev.blogspot.com/search/label/Start%20Line |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Clip Page",
"permissions": [
"storage",
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
],
"version": "0.9.3",
"description": "See the Web to gather clips.",
"homepage_url": "http:\/\/ggamagidev.blogspot.com\/",
"browser_action": {
"default_icon": "icon19.png",
"default_popup": "webclippopup.html"
},
"content_scripts": [
{
"css": [
"themes\/base\/jquery.ui.resizable.css"
],
"js": [
"jquery.min.js",
"jquery-ui.custom.min.js",
"webclipbg.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"options_page": "webclipoptions.html",
"icons": {
"16": "icon16.png",
"19": "icon19.png",
"64": "icon64.png",
"128": "icon128.png"
}
} | |