dotjs universal
~/.js
dotjs universalคืออะไร?
dotjs universal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย p3lim และคุณลักษณะหลักของมันคือ "~/.js"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย dotjs universal
ดาวน์โหลดไฟล์ส่วนขยาย dotjs universal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
dotjs is a Chrome/Chromium browser extension that executes JavaScript and CSS files on websites based on their filename.
If you navigate to `www.google.com`, dotjs will execute `/scripts/google.com.js` and/or `/styles/google.com.css` if either of the files exist.
It will also execute `/scripts/default.js` and `/styles/default.css` for all your bootstrapping and library needs.
This makes it super easy to spruce up your favorite pages using JavaScript or CSS.
See https://github.com/p3lim/dotjs-universal for full installation instructions.
Works on any OS without any extra fuzz, based on the original code of defunkt. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mnnjfadhifkmdoalniglnmmpjggnfbam |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dotjs-universal/mnnjfadhifkmdoalniglnmmpjggnfbam |
| คำอธิบาย | ~/.js |
| ขนาดไฟล์ | 45.89 KB |
| จำนวนการติดตั้ง | 106 |
| เวอร์ชันปัจจุบัน | 1.6.1 |
| อัปเดตครั้งล่าสุด | 2014-08-05 |
| วันที่เผยแพร่ | 2014-08-05 |
| คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
| ผู้พัฒนา | p3lim |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/p3lim/dotjs-universal |
| URL หน้าช่วยเหลือ | https://github.com/p3lim/dotjs-universal/issues |
| ภาษาที่รองรับ | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "dotjs universal",
"manifest_version": 2,
"minimum_chrome_version": "23",
"version": "1.6.1",
"description": "~\/.js",
"icons": {
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"options_page": "options.html",
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery.js",
"dotjs.js"
]
}
],
"web_accessible_resources": [
"scripts\/*.js",
"styles\/*.css"
]
} | |