dotjs universal
~/.js
ما هو dotjs universal؟
dotjs universal هو إضافة Chrome تم تطويرها بواسطة p3lim، والميزة الرئيسية لها هي "~/.js".
تحميل ملف CRX للإضافة dotjs universal
قم بتنزيل ملفات الامتداد dotjs universal بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | 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"
]
} | |