Clip
Clip( https://web-clipper.com/ )へのURL登録をサポートするGoogle Chrome拡張です。 インストールすると、ツールバーのClipアイコン、またはコンテキストメニューからClipのURL登録ページを直接開くことが出来ます。…
Wat is Clip?
Clip is een Chrome-extensie ontwikkeld door https://web-clipper.com, en de belangrijkste functie is "Clip( https://web-clipper.com/ )へのURL登録をサポートするGoogle Chrome拡張です。 インストールすると、ツールバーのClipアイコン、またはコンテキストメニューからClipのURL登録ページを直接開くことが出来ます。…".
Extensie Screenshots
Download het CRX-bestand van de extensie Clip
Download Clip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Clip( https://web-clipper.com/ )へのURL登録をサポートするGoogle Chrome拡張です。
インストールすると、ツールバーのClipアイコン、またはコンテキストメニューからClipのURL登録ページを直接開くことが出来ます。
バージョン0.0.4から、ツールバーのClipアイコンをクリックすることで登録画面がポップアップするようになりました。 Basisinformatie over de Extensie
| Naam | |
| ID | lcbnckmjlpoimhglhdeckpmmcnfkkahg |
| Officiële URL | https://chromewebstore.google.com/detail/clip/lcbnckmjlpoimhglhdeckpmmcnfkkahg |
| Beschrijving | Clip( https://web-clipper.com/ )へのURL登録をサポートするGoogle Chrome拡張です。 インストールすると、ツールバーのClipアイコン、またはコンテキストメニューからClipのURL登録ページを直接開くことが出来ます。… |
| Bestandsgrootte | 17.2 KB |
| Aantal Installaties | 52 |
| Huidige Versie | 0.0.4 |
| Laatst Bijgewerkt | 2019-10-10 |
| Publicatiedatum | 2019-10-09 |
| Ontwikkelaar | https://web-clipper.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://web-clipper.com/ |
| URL van de Privacybeleid Pagina | https://web-clipper.com/privacy |
| Ondersteunde Talen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Clip",
"version": "0.0.4",
"permissions": [
"tabs",
"contextMenus"
],
"browser_action": {
"default_icon": "img\/clip64.png",
"default_title": "Clip\u3059\u308b",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"manifest_version": 2,
"icons": {
"16": "img\/clip16.png",
"24": "img\/clip24.png",
"32": "img\/clip32.png",
"64": "img\/clip64.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |