History Limiter Custom
Limits the number of items the browser will keep in history by days.
History Limiter Customとは何ですか?
History Limiter Customはhttps://blandlifedev.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Limits the number of items the browser will keep in history by days.」です。
拡張機能のスクリーンショット
History Limiter Custom拡張機能のCRXファイルをダウンロード
History Limiter Custom拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A personal edit of nschneirov's History Limiter put up to share. Overall the logic remain unchanged from the original version. Main changes: - code reworks to eliminate need for jQuery and to facilitate manifest ver 2 - event page enabled - no changes to logic, no new functions The main aim of this edit is to make it event page enabled so it unloads when not needed thus saving memory. ================= CHANGELOG: 1.2 [21/04/2018] - back to using a set button to overcome the premature clear - some minor UI changes 1.1.1 [10/05/2014] - history will be trimmed right after the day value is edited 1.1 [27/04/2014] - tidying and restructuring of code - changed options page to auto save - added textfield number check - added working 0 days mode (no history)
拡張機能の基本情報
名前 | History Limiter Custom |
ID | ibpfkplbhnbiklpjacjbaelahebmbmpp |
公式URL | https://chromewebstore.google.com/detail/history-limiter-custom/ibpfkplbhnbiklpjacjbaelahebmbmpp |
説明 | Limits the number of items the browser will keep in history by days. |
ファイルサイズ | 9.56 KB |
インストール数 | 6,707 |
現在のバージョン | 1.2 |
最終更新日 | 2021-04-01 |
公開日 | 2018-04-20 |
評価 | 4.05/5 合計 37 レビュー |
開発者 | https://blandlifedev.blogspot.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://blandlifedev.blogspot.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Limiter Custom", "version": "1.2", "manifest_version": 2, "description": "Limits the number of items the browser will keep in history by days.", "icons": { "48": "icon.png" }, "background": { "scripts": [ "bg.js", "common.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "history" ] } |