Favorites - New Tab Page

A new tab page with your favorite bookmarks.

Favorites - New Tab Pageคืออะไร?

Favorites - New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://web-accessories.com และคุณลักษณะหลักของมันคือ "A new tab page with your favorite bookmarks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Favorites - New Tab Page

ดาวน์โหลดไฟล์ส่วนขยาย Favorites - New Tab Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Favorites – a new tab page with your favorite bookmarks

• Add and rearrange bookmarks via drag and drop
• Customize the layout to your needs
• Change the look and feel with themes and background images
• Sync settings across devices
• And much more: Dock, Dash, Search, News


ABOUT PERMISSIONS

I. Mandatory Permissions

The Favorites extension offers ...
... a replacement for the new tab page (1)
... that lets you view and manage your bookmarks (2)
... depicted as icons. (3)

Therefore the following extension permissions are mandatory:
(1) 'Replace the page you see when opening a new tab'
(2) 'Read and change your bookmarks'
(3) 'Read the icons of the websites you visit'

II. Optional Permissions

The Favorites extension optionally offers you functions ....
... to copy, cut & paste bookmarks to and from your clipboard (1)
... and to read a website's news feed. (2)

Therefore the extension might ask for the following optional permissions:
(1) 'Read/Modify data you copy and paste'
(2) 'Read and change your data on <... some website ...>'

Requested permissions are solely used for the aforementioned reasons and not exploited to harm your privacy!


PRIVACY POLICY

The Favorites extension does NOT collect any personal user data.
For details, please consult the privacy policy:
https://www.web-accessories.com/privacy-policy.html                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Favorites - New Tab Page Favorites - New Tab Page
ID kjkbcegjfanmgocnecnngfcmmojheiam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/favorites-new-tab-page/kjkbcegjfanmgocnecnngfcmmojheiam
คำอธิบาย A new tab page with your favorite bookmarks.
ขนาดไฟล์ 4.38 MB
จำนวนการติดตั้ง 23,608
เวอร์ชันปัจจุบัน 1.18.0
อัปเดตครั้งล่าสุด 2021-02-09
วันที่เผยแพร่ 2019-09-07
คะแนน 4.78/5 รวมทั้งหมด 236 คะแนน
ผู้พัฒนา https://web-accessories.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.web-accessories.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.web-accessories.com/privacy-policy.html
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Favorites - New Tab Page",
    "short_name": "Favorites",
    "description": "__MSG_extension_description__",
    "version": "1.18.0",
    "minimum_chrome_version": "66.0.0",
    "icons": {
        "16": "icon\/icon-16.png",
        "24": "icon\/icon-24.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Favorites",
        "default_icon": {
            "16": "icon\/icon-16.png",
            "24": "icon\/icon-24.png",
            "32": "icon\/icon-32.png",
            "48": "icon\/icon-48.png",
            "64": "icon\/icon-64.png",
            "128": "icon\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "bookmarks",
        "alarms",
        "chrome:\/\/favicon\/*",
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "clipboardRead",
        "clipboardWrite"
    ],
    "chrome_url_overrides": {
        "newtab": "page.html?theme&ui=NewtabUI&title=new_tab"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "default_locale": "en",
    "incognito": "spanning",
    "content_security_policy": "script-src 'self' 'sha256-A\/IyGx3CvTqddF34389b1TYh3Cl8EJlSf39Ie4Rd2+U=' 'sha256-CY24PhkGLFieOjwhe5oZL7eGEIwssr7M8g9jOwm\/rEU='; object-src 'self';"
}