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"
]
} | |