CodingNinjas screenshooter
CodingNinjas screen shot utility
什麼是CodingNinjas screenshooter?
CodingNinjas screenshooter是由http://codingninjas.co開發的Chrome擴展程式,該擴展的主要功能是“CodingNinjas screen shot utility”。
擴展截圖
下載CodingNinjas screenshooter擴展crx文件
下載CodingNinjas screenshooter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
CodingNinjas is web maintenance tool for website owners. This extension enables CodingNinjas customers to instantly launch new development tasks directly from the browser. Press "Take a screenshot" button, describe the changes you need us to make and we will complete the job as soon as it is possible. 24 hours, 7 days a week.
擴展基本資訊
名稱 | |
ID | nficbbbeciljoginddkjfkbjndbnlodp |
官方網址 | https://chrome.google.com/webstore/detail/codingninjas-screenshoote/nficbbbeciljoginddkjfkbjndbnlodp |
簡介 | CodingNinjas screen shot utility |
檔案大小 | 732 KB |
安裝次數 | 54 |
目前版本 | 1.4 |
更新時間 | 2015-11-04 |
上架時間 | 2015-11-04 |
評分 | 4.20/5 共 5 次評分 |
開發者 | http://codingninjas.co |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodingNinjas screenshooter", "short_name": "CodingNinjas", "version": "1.4", "description": "CodingNinjas screen shot utility", "options_page": "fsOptions.html", "background": { "scripts": [ "scripts\/fsUtils.js", "scripts\/fsCommands.js", "scripts\/fsBackground.js", "scripts\/fsSSS.js", "scripts\/fsNativeAPISupport.js", "scripts\/3p\/base64.js", "scripts\/3p\/jquery-2.1.1.min.js" ] }, "content_scripts": [ { "js": [ "scripts\/fsUtils.js", "scripts\/fsSelection.js", "scripts\/fsContent.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "permissions": [ " |