Like Safari Page
Override start page by bookmarks
What is Like Safari Page?
Like Safari Page is a Chrome extension developed by Leona Shawn Owens, and its main feature is "Override start page by bookmarks".
Extension Screenshots
Download Like Safari Page Extension CRX File
Download Like Safari Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Override start page by bookmarks or history
Extension Basic Information
Name | |
ID | gpfafllpahmdkcafjbnbcoeiiahmnfej |
Official URL | https://chromewebstore.google.com/detail/like-safari-page/gpfafllpahmdkcafjbnbcoeiiahmnfej |
Description | Override start page by bookmarks |
File Size | 82.29 KB |
Installation Count | 49 |
Current Version | 0.5 |
Last Updated | 2023-01-06 |
Publish Date | 2020-01-17 |
Rating | 3.50/5 Total 2 Ratings |
Developer | Leona Shawn Owens |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Like Safari Page", "short_name": "Like Safari Page", "version": "0.5", "description": "Override start page by bookmarks", "permissions": [ "favicon", "bookmarks", "history" ], "chrome_url_overrides": { "newtab": "index.html" } } |