Simple Screenshot
Take a screenshot of current tab
什麼是Simple Screenshot?
Simple Screenshot是由julien.garniaux開發的Chrome擴展程式,該擴展的主要功能是“Take a screenshot of current tab”。
擴展截圖
下載Simple Screenshot擴展crx文件
下載Simple Screenshot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Take a simple screenshot of the current tab. You can download and export the picture.
擴展基本資訊
名稱 | Simple Screenshot |
ID | gplklnfnglehpidkjmiahfcjbpnimkkm |
官方網址 | https://chromewebstore.google.com/detail/simple-screenshot/gplklnfnglehpidkjmiahfcjbpnimkkm |
簡介 | Take a screenshot of current tab |
檔案大小 | 36.07 KB |
安裝次數 | 598 |
目前版本 | 1.1 |
更新時間 | 2014-12-02 |
上架時間 | 2014-12-02 |
評分 | 3.00/5 共 3 次評分 |
開發者 | julien.garniaux |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Screenshot", "version": "1.1", "description": "Take a screenshot of current tab", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Screenshot" }, "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |