History On/Off
Pause and resume history with a click
Apa itu History On/Off?
History On/Off adalah ekstensi Chrome yang dikembangkan oleh https://singleclickapps.com, dan fitur utamanya adalah "Pause and resume history with a click".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi History On/Off
Unduh file ekstensi History On/Off dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension is just a simple on/off switch. Click to pause history logging. Click again to resume.
When activated, it clears the log while you are browsing. That's all it does. Informasi Dasar Ekstensi
| Nama | |
| ID | ljbpakpmiimdmblcjjhhbfabbkmcgmdp |
| URL Resmi | https://chromewebstore.google.com/detail/history-onoff/ljbpakpmiimdmblcjjhhbfabbkmcgmdp |
| Deskripsi | Pause and resume history with a click |
| Ukuran File | 31.55 KB |
| Jumlah Instalasi | 10,000 |
| Versi Saat Ini | 1.3.6.1 |
| Terakhir Diperbarui | 2018-01-09 |
| Tanggal Publikasi | 2018-01-08 |
| Penilaian | 3.98/5 Total 65 Penilaian |
| Pengembang | https://singleclickapps.com |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://singleclickapps.com/history-on-off/ |
| URL Halaman Kebijakan Privasi | https://singleclickapps.com/privacy.html |
| Bahasa yang Didukung | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "History On\/Off",
"version": "1.3.6.1",
"manifest_version": 2,
"homepage_url": "https:\/\/singleclickapps.com\/history-on-off",
"description": "Pause and resume history with a click",
"icons": {
"16": "icon.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"history",
"browsingData",
"contextMenus"
],
"offline_enabled": true,
"browser_action": {
"default_icon": "icon.png",
"default_title": "History On\/Off"
},
"incognito": "spanning",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"options_page": "settings.html"
} | |