Backend
Enables quick access to the backyard screen, 'chrome://' and 'about:' pages.
Backendคืออะไร?
Backend เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tetsuwo.tumblr.com และคุณลักษณะหลักของมันคือ "Enables quick access to the backyard screen, 'chrome://' and 'about:' pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Backend
ดาวน์โหลดไฟล์ส่วนขยาย Backend ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Backend Chrome Extension
========================
Enables quick access to the backyard screen, 'chrome://' and 'about:' pages.
Chrome Web Store
https://chrome.google.com/webstore/detail/eiingmhoibigiplopcmepmahoihedjnk
ABILITY
-------
- chrome://settings/clearBrowserData
- chrome://settings/siteData
- chrome://settings/content/cookies
- chrome://chrome-urls/
- chrome://settings/content
- chrome://settings/languages
- chrome://settings/
- chrome://extensions/
- https://chrome.google.com/webstore/category/extensions
- https://chrome.google.com/webstore/category/themes
- https://chrome.google.com/webstore/category/apps
- chrome://downloads
- chrome://history/
- chrome://bookmarks
- chrome://components
- chrome://cache
- chrome://dns
- chrome://network
- chrome://histograms
- chrome://version
- chrome://flags
- chrome://settings/help/
CHANGE LOG
----------
https://github.com/tetsuwo/backend-chrome.ext/blob/master/CHANGELOG.md
ELSEWHERE
---------
- Bugs and Issues https://github.com/tetsuwo/backend-chrome.ext/issues
... Report Bugs and Issues
AUTHOR
------
Tetsuwo OISHI -
[email protected] / http://fb.me/tetsuwo / http://twitter.com/tetsukamp ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | eiingmhoibigiplopcmepmahoihedjnk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/backend/eiingmhoibigiplopcmepmahoihedjnk |
| คำอธิบาย | Enables quick access to the backyard screen, 'chrome://' and 'about:' pages. |
| ขนาดไฟล์ | 11.89 KB |
| จำนวนการติดตั้ง | 983 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2017-10-19 |
| วันที่เผยแพร่ | 2017-10-19 |
| คะแนน | 4.82/5 รวมทั้งหมด 11 คะแนน |
| ผู้พัฒนา | https://tetsuwo.tumblr.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://tetsuwo.tumblr.com/ |
| URL หน้าช่วยเหลือ | http://twitter.com/tetsukamp |
| ภาษาที่รองรับ | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_ext_name__",
"description": "__MSG_ext_description__",
"default_locale": "en",
"browser_action": {
"default_icon": "images\/128.png",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/128.png",
"48": "images\/128.png",
"64": "images\/128.png"
},
"permissions": [
"tabs"
],
"version": "1.0.0",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/platform.twitter.com https:\/\/apis.google.com; frame-src https:\/\/plusone.google.com https:\/\/www.facebook.com https:\/\/platform.twitter.com; object-src 'self'"
} | |