Likz.Me - Photo Sharing
Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload
Likz.Me - Photo Sharingとは何ですか?
Likz.Me - Photo Sharingはhttps://likz.meによって開発されたChromeの拡張機能で、その主な機能は「Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload」です。
拡張機能のスクリーンショット
Likz.Me - Photo Sharing拡張機能のCRXファイルをダウンロード
Likz.Me - Photo Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | mcaakjghifcdfnkdbgjnplijofpeacfm |
公式URL | https://chromewebstore.google.com/detail/likzme-photo-sharing/mcaakjghifcdfnkdbgjnplijofpeacfm |
説明 | Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload |
ファイルサイズ | 526 KB |
インストール数 | 19 |
現在のバージョン | 3.2.2 |
最終更新日 | 2014-09-30 |
公開日 | 2014-09-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://likz.me |
支払い方法 | free |
拡張機能のウェブサイト | https://likz.me |
対応言語 | en |
manifest.json | |
{ "background": { "scripts": [ "js\/chrome.js", "js\/common.js", "js\/background.js" ] }, "browser_action": { "default_icon": "images\/icon19.png", "default_popup": "popup.html", "default_title": "__MSG_name__" }, "content_scripts": [ { "js": [ "js\/contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "description": "Capture visible content \/ region of a web page, or the whole page. Edit your image \/ screenshot with our tools and upload", "homepage_url": "https:\/\/likz.me", "icons": { "128": "images\/icon128.png", "16": "images\/icon19.png", "19": "images\/icon19.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "Likz.Me - Photo Sharing", "options_page": "options.html", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*", "activeTab", " |