nohistory
Easily trigger history logging on/off
nohistoryคืออะไร?
nohistory เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/tredashx และคุณลักษณะหลักของมันคือ "Easily trigger history logging on/off"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย nohistory
ดาวน์โหลดไฟล์ส่วนขยาย nohistory ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple & open-source chrome extension that can easily trigger logging your website history on or off. See more: https://github.com/tre-x/nohistory ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ekilnbdikdapophfmkflnpphpcnpffff |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nohistory/ekilnbdikdapophfmkflnpphpcnpffff |
| คำอธิบาย | Easily trigger history logging on/off |
| ขนาดไฟล์ | 29.65 KB |
| จำนวนการติดตั้ง | 654 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2019-12-22 |
| วันที่เผยแพร่ | 2019-12-21 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | https://sites.google.com/site/tredashx |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/tre-x/nohistory |
| URL หน้าช่วยเหลือ | https://sites.google.com/site/tredashx/ |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "nohistory",
"description": "Easily trigger history logging on\/off",
"version": "1.0.0",
"author": "tre-x",
"browser_action": {
"default_icon": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
}
},
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"background": {
"scripts": [
"main.js"
]
},
"permissions": [
"history"
]
} | |