Fotteria Screen Capture
Fotteria Screen Capture
Fotteria Screen Capture là gì?
Fotteria Screen Capture là một tiện ích mở rộng Chrome được phát triển bởi http://fotteria.pl, và tính năng chính của nó là "Fotteria Screen Capture".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fotteria Screen Capture
Tải xuống các tệp mở rộng Fotteria Screen Capture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Addon will be deprecated since 20-01-2014, please stop using it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dddabdbolkohbpnpimnelhpekbfmlpke |
URL Chính Thức | https://chrome.google.com/webstore/detail/fotteria-screen-capture/dddabdbolkohbpnpimnelhpekbfmlpke |
Mô tả | Fotteria Screen Capture |
Kích Thước Tệp | 228 KB |
Số Lần Cài Đặt | 273 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2014-01-13 |
Ngày Phát Hành | 2014-01-13 |
Đánh Giá | 3.97/5 Tổng số 39 Đánh Giá |
Nhà Phát Triển | http://fotteria.pl |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |