Fun Crawler
Fun Crawler aimlessly crawls your website by clicking on clinks
Fun Crawlerคืออะไร?
Fun Crawler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brett Sykes และคุณลักษณะหลักของมันคือ "Fun Crawler aimlessly crawls your website by clicking on clinks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fun Crawler
ดาวน์โหลดไฟล์ส่วนขยาย Fun Crawler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An in-Chrome web crawler that aimlessly clicks on links on your website.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fun Crawler |
ID | didijflcofghegahfamjajdememegipg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fun-crawler/didijflcofghegahfamjajdememegipg |
คำอธิบาย | Fun Crawler aimlessly crawls your website by clicking on clinks |
ขนาดไฟล์ | 14.91 KB |
จำนวนการติดตั้ง | 74 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2016-06-19 |
วันที่เผยแพร่ | 2016-06-19 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Brett Sykes |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/bretts/fun-crawler |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fun Crawler", "version": "0.0.5", "manifest_version": 2, "description": "Fun Crawler aimlessly crawls your website by clicking on clinks", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "browser_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "Fun Crawler", "default_popup": "browseraction\/popup.html" }, "background": { "scripts": [ "funCrawler.js", "background.js" ], "persistent": true }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |