Clip
Clip( https://web-clipper.com/ )へのURL登録をサポートするGoogle Chrome拡張です。 インストールすると、ツールバーのClipアイコン、またはコンテキストメニューからClipのURL登録ページを直接開くことが出来ます。…
What is Clip?
Clip is a Chrome extension developed by https://web-clipper.com, and its main feature is "Clip( https://web-clipper.com/ )へのURL登録をサポートするGoogle Chrome拡張です。 インストールすると、ツールバーのClipアイコン、またはコンテキストメニューからClipのURL登録ページを直接開くことが出来ます。…".
Extension Screenshots
Download Clip Extension CRX File
Download Clip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Clip( https://web-clipper.com/ )へのURL登録をサポートするGoogle Chrome拡張です。 インストールすると、ツールバーのClipアイコン、またはコンテキストメニューからClipのURL登録ページを直接開くことが出来ます。 バージョン0.0.4から、ツールバーのClipアイコンをクリックすることで登録画面がポップアップするようになりました。
Extension Basic Information
Name | Clip |
ID | lcbnckmjlpoimhglhdeckpmmcnfkkahg |
Official URL | https://chromewebstore.google.com/detail/clip/lcbnckmjlpoimhglhdeckpmmcnfkkahg |
Description | Clip( https://web-clipper.com/ )へのURL登録をサポートするGoogle Chrome拡張です。 インストールすると、ツールバーのClipアイコン、またはコンテキストメニューからClipのURL登録ページを直接開くことが出来ます。… |
File Size | 17.2 KB |
Installation Count | 52 |
Current Version | 0.0.4 |
Last Updated | 2019-10-10 |
Publish Date | 2019-10-09 |
Developer | https://web-clipper.com |
[email protected] | |
Payment Type | free |
Extension Website | https://web-clipper.com/ |
Privacy Policy Page URL | https://web-clipper.com/privacy |
Supported Languages | 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'" } |