Fotteria Screen Capture
Fotteria Screen Capture
Fotteria Screen Captureとは何ですか?
Fotteria Screen Captureはhttp://fotteria.plによって開発されたChromeの拡張機能で、その主な機能は「Fotteria Screen Capture」です。
拡張機能のスクリーンショット
Fotteria Screen Capture拡張機能のCRXファイルをダウンロード
Fotteria Screen Capture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Addon will be deprecated since 20-01-2014, please stop using it.
拡張機能の基本情報
名前 | |
ID | dddabdbolkohbpnpimnelhpekbfmlpke |
公式URL | https://chrome.google.com/webstore/detail/fotteria-screen-capture/dddabdbolkohbpnpimnelhpekbfmlpke |
説明 | Fotteria Screen Capture |
ファイルサイズ | 228 KB |
インストール数 | 273 |
現在のバージョン | 1.4.1 |
最終更新日 | 2014-01-13 |
公開日 | 2014-01-13 |
評価 | 3.97/5 合計 39 レビュー |
開発者 | http://fotteria.pl |
支払い方法 | free |
対応言語 | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fotteria Screen Capture", "version": "1.4.1", "manifest_version": 2, "description": "Fotteria Screen Capture", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "default_locale": "en", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/fotteria.pl\/*", "https:\/\/fotteria.pl\/*", "http:\/\/*.fotteria.love\/*" ], "js": [ "inject-fotteria.js" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "loader2.gif" ] } |