Whose Your Daddy

When a website opens a link in a new tab, this add-on allows you to find the originating website just by clicking the Back button.

Whose Your Daddyคืออะไร?

Whose Your Daddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย em_te และคุณลักษณะหลักของมันคือ "When a website opens a link in a new tab, this add-on allows you to find the originating website just by clicking the Back button."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whose Your Daddy

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

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

                        Increase the usefulness of tabs by adding the originating source of the current tab to your tab's history. That way, the next time you navigate back in a tab and reach the very first page, simply press "Back" one more time to go to the URL which originally launched the tab.

Easy and intuitive to use. And never lose track of a tab's source again.

Perfect for going down a rabbit hole of internet searches and then wanting to find out which website launched which tab.

(In the latest version of Chrome, the back button is sometimes disabled for fresh tabs. If the back button is disabled, you can click on the extension icon to go back too.)                    

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

ชื่อ Whose Your Daddy Whose Your Daddy
ID iainbjgmjjdlgecglbhgciebehbbonfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/whose-your-daddy/iainbjgmjjdlgecglbhgciebehbbonfl
คำอธิบาย When a website opens a link in a new tab, this add-on allows you to find the originating website just by clicking the Back button.
ขนาดไฟล์ 28.58 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 0.3.6
อัปเดตครั้งล่าสุด 2021-07-22
วันที่เผยแพร่ 2018-09-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา em_te
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://em-te.github.io/privacy
ภาษาที่รองรับ de,en,fr,nl,es,it,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "author": "Terry",
    "version": "0.3.6",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "icon_16.png",
        "24": "icon_24.png",
        "48": "icon_48.png",
        "96": "icon_96.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "toolbar_16.png",
            "20": "toolbar_20.png",
            "24": "toolbar_24.png",
            "38": "toolbar_38.png",
            "48": "toolbar_48.png"
        },
        "default_title": "__MSG_toolbarTitle__"
    }
}