ClipDic
Drag a word then press Ctrl+C to get the meaning of the word
Cos'è ClipDic?
ClipDic è un'estensione di Chrome sviluppata da https://wimy.com, e la sua funzione principale è "Drag a word then press Ctrl+C to get the meaning of the word".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ClipDic
Scarica i file di estensione ClipDic 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
Clipdic 을 켜고, 어떤 단어든지 클립보드에 복사(ctrl+C)만 하면 단어를 바로 검색해줍니다. Clipdic 을 켜고, pdf 를 볼 때나, 메모장의 단어도 복사만 하면 바로 검색~!
Drag and Ctrl+C to get the meaning.
in ANY programs~!
First, turn on the clipdic on the chrome toolbar.
Second, copy any word to clipboard(usually just drag a word then press ctrl+c)
Tip : You can change result page. Right click on clipdic icon and go to option page. Informazioni di Base sull'Estensione
| Nome | |
| ID | agjdiciiahomininjbanepahjidnkddo |
| URL Ufficiale | https://chromewebstore.google.com/detail/clipdic/agjdiciiahomininjbanepahjidnkddo |
| Descrizione | Drag a word then press Ctrl+C to get the meaning of the word |
| Dimensione del File | 22.75 KB |
| Conteggio Installazioni | 139 |
| Versione Corrente | 1.8 |
| Ultimo Aggiornamento | 2017-02-22 |
| Data di Pubblicazione | 2017-02-22 |
| Valutazione | 4.67/5 Totale 3 Valutazioni |
| Sviluppatore | https://wimy.com |
| Tipo di Pagamento | free |
| Lingue Supportate | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ClipDic",
"version": "1.8",
"manifest_version": 2,
"description": "Drag a word then press Ctrl+C to get the meaning of the word",
"icons": {
"128": "icon.png",
"48": "icon48.png",
"16": "icon16.png"
},
"background": {
"page": "background.html"
},
"options_page": "option.html",
"browser_action": {
"default_icon": "icon16_bw.png"
},
"permissions": [
"clipboardRead",
"tabs",
"contextMenus"
]
} | |