ScreenShooter
Screenshot your webpages with a gunshot.
什麼是ScreenShooter?
ScreenShooter是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Screenshot your webpages with a gunshot.”。
擴展截圖
下載ScreenShooter擴展crx文件
下載ScreenShooter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Screenshooter allows you to take a gunshot-fast screenshot of your active tab, with 1 simple click on the icon.
擴展基本資訊
名稱 | |
ID | bcnkleedhppcdfnpkgkhbninjeffgigj |
官方網址 | https://chromewebstore.google.com/detail/screenshooter/bcnkleedhppcdfnpkgkhbninjeffgigj |
簡介 | Screenshot your webpages with a gunshot. |
檔案大小 | 56.04 KB |
安裝次數 | 166 |
目前版本 | 1.0 |
更新時間 | 2020-03-17 |
上架時間 | 2020-03-16 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScreenShooter", "version": "1.0", "description": "Screenshot your webpages with a gunshot.", "permissions": [ "activeTab" ], "background": { "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_title": "Screen Shooter", "default_icon": "img\/icons\/icon32.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "icons": { "16": "img\/icons\/icon16.png", "32": "img\/icons\/icon32.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" } } |