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 |
官方網址 | 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" ] } |